home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT12.Dxr / 00052.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  431 b   |  16 lines

  1. on enterFrame
  2.   global ayumi, syu, mayu, drink, tired, hs
  3.   set hs to 0
  4.   set samasu to 1
  5.   puppetSprite(16, 1)
  6.   puppetSprite(17, 1)
  7.   puppetSprite(18, 1)
  8.   puppetSprite(19, 1)
  9.   puppetSprite(20, 1)
  10.   set the castNum of sprite 16 to 238 + ayumi
  11.   set the castNum of sprite 17 to 238 + syu
  12.   set the castNum of sprite 18 to 238 + mayu
  13.   set the castNum of sprite 19 to 249 + drink
  14.   set the castNum of sprite 20 to 249 + tired
  15. end
  16.